home *** CD-ROM | disk | FTP | other *** search
/ STraTOS 1997 April & May / STraTOS 1 - 1997 April & May.iso / CD01 / INTERNET / SITES / GRAHAM / XA_6S.ZIP / SOURCE / SIGNALS.H < prev    next >
Encoding:
C/C++ Source or Header  |  1996-03-31  |  135 b   |  7 lines

  1. #ifndef _SIGNALS_H_
  2. #define _SIGNALS_H_
  3.  
  4. void __saveds HandleSIGCHLD(long signo);
  5. void __saveds HandleSIGINT(long signo);
  6.  
  7. #endif